cmake_minimum_required(VERSION 3.17)
project(cmake_inc LANGUAGES Fortran)

add_executable(main main.f90)
